var net/http.http2bufPools

6 uses

	net/http (current package)
		h2_bundle.go#L9124: var http2bufPools [7]sync.Pool // of *[]byte
		h2_bundle.go#L9133: 	if index >= len(http2bufPools) {
		h2_bundle.go#L9134: 		return len(http2bufPools) - 1
		h2_bundle.go#L9156: 	if bp, ok := http2bufPools[index].Get().(*[]byte); ok && len(*bp) >= scratchLen {
		h2_bundle.go#L9157: 		defer http2bufPools[index].Put(bp)
		h2_bundle.go#L9161: 		defer http2bufPools[index].Put(&buf)